func runtime.appendIntStr

3 uses

	runtime (current package)
		error.go#L167: func appendIntStr(b []byte, v int64, signed bool) []byte {
		error.go#L195: 			b = appendIntStr(b, e.x, e.signed)
		error.go#L197: 			b = appendIntStr(b, int64(e.y), true)